import {fetchList, getList} from "./data";

const api = {
  fetchList,
  getList,
};

export default api;
